ComponentOne ASP.NET MVC Controls
AnnotationLayerBuilder<T> Class
Members 

C1.Web.Mvc.Fluent Namespace : AnnotationLayerBuilder<T> Class
Defines a builder to configurate C1.Web.Mvc.AnnotationLayer<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class AnnotationLayerBuilder(Of T) 
   Inherits C1.Web.Mvc.Fluent.ExtenderBuilder(Of AnnotationLayer(Of T),AnnotationLayerBuilder(Of T))
[EditorBrowsable(EditorBrowsableState.Never)]
public class AnnotationLayerBuilder<T> : C1.Web.Mvc.Fluent.ExtenderBuilder<AnnotationLayer<T>,AnnotationLayerBuilder<T>> 
Type Parameters
T
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.AnnotationLayerBuilder<T>

See Also

Reference

AnnotationLayerBuilder<T> Members
C1.Web.Mvc.Fluent Namespace